DSA Homework 1

Roger Jang


Due date: 20180326 23:59:59

Matrix class

Problem definition

The goal of this homework is to let you get familiar with C++ programming, especially in the use of classes and their operations. In particular, you need to implement a Matrix clss that supports basic matrix operations. The followings are the required member functions & variables.

Here are detailed descriptions about the above functions.

Requirements & suggestions